ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / IOrderedSet<T> Interface / Contains Method

In This Topic
    Contains Method (IOrderedSet<T>)
    In This Topic
    Syntax
    'Declaration
     
    Function Contains( _
       ByVal item As T _
    ) As System.Boolean
    System.bool Contains( 
       T item
    )

    Parameters

    item
    See Also